/* Use this file to write custom styles. */
/*
CSS to hide Email login button on the dual auth landing page. 
*/


#Content_SecondAuthModePanel
{
  display: none;
}

.authchoice
{
  display: none;
}


/* CSS to remove language indicator flag from library

*/

.flag{
display: none;
}



/*
CSS to show information banner on top of the screen. 
*/


/* comment section for notification banner */

.master:not(.contentMaster):not(.editProjectMaster) .page:before {

    content: 'TEST ENVIRONMENT';

    margin-left: 40%; 

    font-weight: bold;
    font-size: 30px;

    color : red;
    
} 







